home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / pipes.zip / CLIENT.RC < prev    next >
Text File  |  1993-11-24  |  465b  |  21 lines

  1. /***********************************************\
  2. * client.rc: Resource script for client     *
  3. *                                               *
  4. *                                               *
  5. \***********************************************/
  6.  
  7.  
  8. #include <windows.h>
  9. #include "client.h"
  10. #include "client.dlg"
  11.  
  12. ClientMenu MENU
  13. {
  14.    MENUITEM "&Connect",          IDM_CONNECT
  15.  
  16.    POPUP "&Help"
  17.    {
  18.       MENUITEM "&About",         IDM_ABOUT
  19.    }
  20. }
  21.